Timestamp template for the ts field
A timestamp template defines a value for the ts field in the table for the Traffic Logging. The value of the ts field is derived from the timestamp template based on the current date and time.
You can use the following identificators in the timestamp template:
%Y | - current year, 4 digits |
%y | - current year, 2 last digits |
%m | - current month, 2 digits |
%d | - current day, 2 digits |
%h | - current hour, 2 digits |
%n | - current minute, 2 digits |
For example, if timestamp field template is '%Y%m%d', the timestamp field will be '20020101' if current time is 1 January 2002.